home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / fixes / delp126 / prog1 / unit1.dfm / unit1.txt
Encoding:
Text File  |  1997-10-19  |  539 b   |  31 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Conjugate the Verb: AIMER'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object ListBox1: TListBox
  14.     Left = 168
  15.     Top = 16
  16.     Width = 241
  17.     Height = 217
  18.     ItemHeight = 16
  19.     TabOrder = 0
  20.   end
  21.   object Button1: TButton
  22.     Left = 24
  23.     Top = 16
  24.     Width = 89
  25.     Height = 33
  26.     Caption = '&Conjugate'
  27.     TabOrder = 1
  28.     OnClick = Button1Click
  29.   end
  30. end
  31.